PreviousNextTracker indexSee it online !

(149/308) 1322 - FTP: run GUI code in the AWT thread

FTP's ConnectionManager.getConnectionInfo() will execute AWT code in the calling thread; this makes it risky to perform VFS operations that touch the FTP plugin from a worker thread, since it may run GUI code.

Instead, it should make sure GUI code executes in the AWT thread by using something like SwingUtilities.invokeAndWait() if the current thread is not the AWT thread.

Submitted vanza - 2010-05-17 01:17:15 Assigned ezust
Priority 5 Labels
Status pending Group
Resolution fixed

Comments

2014-04-19 04:10:43.455000
ezust

- **status**: open --> pending-fixed
- **Group**: -->

2014-04-19 04:10:43.873000
ezust

I believe this is fixed in Ftp 1.1? Please close or re-open if it is not.

2014-04-19 04:11:11.471000
ezust

- **assigned_to**: Alan Ezust